home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Decision Cube / mxconsts.pas < prev    next >
Pascal/Delphi Source File  |  1999-08-11  |  8KB  |  152 lines

  1. {*******************************************************}
  2. {                                                       }
  3. {       Borland Delphi Visual Component Library         }
  4. {                                                       }
  5. {       Copyright (c) 1997,99 Inprise Corporation       }
  6. {                                                       }
  7. {*******************************************************}
  8.  
  9. unit mxConsts;
  10.  
  11. {$R mxconsts.RES}
  12.  
  13. interface
  14.  
  15. const
  16.   { DecisionCube Dialog help contexts }
  17.   hcDDecisionCubeEditor = 30170;
  18.   hcDDecisionCubeDimensions = 30171;
  19.   hcDDecisionCubeMemoryControl = 30172;
  20.   hcDDecisionCubeDesignerOptions = 30173;
  21.   hcDDecisionCubeLimits = 30174;
  22.   hcDDecisionQueryEditor = 30180;
  23.   hcDDecisionQueryDimensions = 30181;
  24.   hcDDecisionQuerySQLEditor = 30182;
  25.  
  26. resourcestring
  27.   sRowError             = 'row error';
  28.   { Strings used in the Pivot }
  29.   sAllValues            = 'All Values';
  30.   sMovetoRow            = 'Move to Row Area';
  31.   sMovetoCol            = 'Move to Column Area';
  32.   sMakeDimOpen          = 'Open Dimension';
  33.   sDrilled              = 'Drilled In';
  34.   sCouldNotOpen         = 'The information requested could not be loaded. ';
  35.   sNoSumsAvailable      = 'No active summaries have been defined. ';
  36.   sNoSumsCouldBeLoaded  = 'Not enough room available to load a summary. ';
  37.   sNoDimsAvailable      = 'No available dimensions have been defined. ';
  38.   sNoDimsCouldBeLoaded  = 'Not enough space available to load a dimension. ';
  39.  
  40.   sTemplatePrefix       = 'Template: ';
  41.   { Strings used in the CrossTabGrid }
  42.   sGridCellError        = '[Error]';
  43.   sTotalCaption         = 'Sum';
  44.   sActivateLabel        = 'Inactive Dimensions';
  45.   sRowCaption           = 'R';
  46.   sColCaption           = 'C';
  47.   sCaptionMenu1         = 'Display Data and Subtotals';
  48.   sCaptionMenu2         = 'Display Data Only';
  49.   sCaptionMenu3         = 'Display Subtotals Only';
  50.   sDrillIn              = 'Drill in to this value';
  51.   sGridMenu1            = 'Subtotals on/off';
  52.   sGridMenu2            = 'Decision Cube Editor..';
  53.   sGridMenu3            = 'Decision Query Editor..';
  54.   sGridMenu4            = 'Show Detail Records..';
  55.  
  56.   { Strings used in mxarrays }
  57.   sUnsupportedDataType  = 'Unsupported data type : %s';
  58.   sRowOutOfRange        = 'Row index out of range : %d';
  59.   sColOutOfRange        = 'Column index out of range : %d';
  60.   sDupeItem             = 'Duplicate item in array';
  61.   sArrayIndexOutOfRange = 'Array index out of range : %d';
  62.   sLowCapacityError     = 'The DecisionCube Capacity is low. Please deactivate dimensions or change the data set.';
  63.   sQryNotInitialized    = 'Query could not be run. Check that the query, SQL text, and Database are correct.';
  64.   sSortedListError      = 'Operation not allowed on sorted string list.';
  65.   sDuplicateString      = 'String list does not allow duplicates.';
  66.   sMaxAllowedSums       = 'The maximum allowed summaries of %d has been exceeded.';
  67.   sGeneralArrayError    = 'General array error.';
  68.  
  69.   {String used in the DecisionSource}
  70.   sDimIndexError        = 'Illegal Dimension Index';
  71.  
  72.   {String used in the DecisionCube}
  73.   sIllegalValueForBin   = 'Initial Value is not legal for this type of Grouping';
  74.   sIllegalDimMap        = 'Dimension Map is not the correct size';
  75.   sDimMapActiveError    = 'Cannot perform this action on an active Dimension Map';
  76.   sNotAvailable         = 'Not Available';
  77.   sGetValueCounts       = 'Information required to do Maximum Cell limit is not current.  Do you want to fetch it now?';
  78.   sDateBinningNotAllowed = 'Date grouping is not allowed for fields of this type';
  79.   sEmptyDataSet         = 'Cannot build the Decision Cube with an empty data set';
  80.  
  81.   { Strings use in Query UI}
  82.   sNoDataSet            = 'Data set property is not assigned';
  83.   sNoAggs               = 'No summaries are defined. ';
  84.   sNoDims               = 'No dimension fields are defined. ';
  85.   sUnknownDims          = 'The dimension types for this dataset cannot be determined automatically.  You must map the fields to dimensions or summaries with the Decision Cube Editor';
  86.   sGroupsMissing        = 'All dimension fields must be grouped. ';
  87.   sDecisionQueryError   = 'The query may be incorrectly defined, or you may need to map its fields to active dimensions or summaries with the Decision Cube Editor';
  88.   sDataSetError         = 'The dataset may be incorrectly defined, or you may need to map its fields to active dimensions or summaries with the Decision Cube Editor';
  89.   sQueryError           = 'The query may be incorrectly defined, or you may need to map its fields to active dimensions or summaries with the Decision Cube Editor';
  90.   sCountStar            = 'COUNTALL';  { INTL must be in upper case }
  91.   sAddAvgWarning        = 'Average is calculated using sum and count summaries for each field. The necessary summaries have been added.';
  92.   sAddAvgStarWarning    = 'Average is calculated using a field sum and count(*).  The necessary summaries have been added.';
  93.  
  94.   { Query UI Designer strings}
  95.   sQueryLegal           = 'Query is legal.';
  96.   sAddFieldExists       = ' is already in the query';
  97.   sAggTypeNotAllowed    = ' is not an allowed summary type';
  98.   sDimTypeNotAllowed    = ' is not an allowed dimension type';
  99.   sAverageRequires      = 'Average summaries use Sum and Count';
  100.   sWantToExit           = 'Do you still want to Exit?';
  101.   sQueryIllegal         = 'The query you have created is not legal.';
  102.   sQueryEditIllegal     = 'The query you have entered is not legal.  Please correct it before continuing.';
  103.   sRemoveFieldError     = 'Could not remove the field';
  104.   sAllFields            = 'All Fields';
  105.   sQueryFields          = 'Query Fields';
  106.   sEditDone             = '&Edit Done';
  107.   sEditQuery            = '&Edit Query';
  108.  
  109.   { Used by the query parser}
  110.   sQParseRemovedField   = 'One or more fields of a type which cannot be tabulated were removed from the query.';
  111.  
  112.   { used by mxstore }
  113.   sCubeLimitsExceeded   = 'Decision Cube size excedes limits';
  114.   sMaxAllowedDims       = 'The maximum allowed dimensions of %d has been exceeded.';
  115.   sMaxAllowedCells      = 'Total cell count of %d exceeds the maximum of %d.';
  116.   sUnsupportedFieldType = 'Field %s has an unsupported data type: %s';
  117.   sFetchValues          = 'Scanning data set values...';
  118.   sUserCanceled         = 'User canceled DecisionCube population.';
  119.   sBinningValues        = 'Grouping values ...';
  120.   sCreatingIndexes      = 'Creating Cube index for %s ...';
  121.   sCreateDerivedSummaryError = 'Unable to create derived summary.';
  122.   sTrue                 = 'True';
  123.   sFalse                = 'False';
  124.   sBinTypeMismatch      = 'The bin type does not match the fieldtype.';
  125.   sFatalCacheError      = 'Fatal error in cache: code: %d';
  126.   sStringTypeNoSupported = 'String Data type not supported for summaries';
  127.   sDataSetTooLarge      = 'Dataset is too large';
  128.   sBuildingDataStore    = 'Building data store...';
  129.  
  130.   {String used in MXtables and mxcommon and mxqparse}
  131.   sSumLabel             = 'Sum of %s';
  132.   sCountLabel           = 'Count of %s';
  133.   sMaxLabel             = 'Maximum of %s';
  134.   sMinLabel             = 'Minimum of %s';
  135.   sAverageLabel         = 'Average of %s';
  136.   sVarLabel             = 'Variance of %s';
  137.   sSDLabel              = 'Standard Deviation of %s';
  138.   sAggLabel             = 'Summary of %s';
  139.   sUnsupportedVarType   = 'Unsupported Data Type %d';
  140.   sOtherValues          = 'Other Values';
  141.  
  142.   sSelectFromError      = 'Query lacks a Select/From clause.';
  143.   sArgumentExpected     = 'No argument provided for an operator or summary';
  144.   sGroupOnExpressionError = 'An expression cannot be used for a grouping field';
  145.  
  146.   SOutofBounds          = 'Out of Bounds';
  147.   sIDAPILangID          = '0009';
  148.  
  149. implementation
  150.  
  151. end.
  152.